Monday, January 9, 2023

Testing Eleventy's Blogging Engine


By Michoel Samuels • 🍿 1 min. read

This is ironic.

I've built numerous sites with Eleventy, including many of its advanced and obscure features. However, this is the first time I've actually used it as a blog.

So here's a little test of Eleventy's Markdown features:

Heading 2

Heading 3

Heading 4

Paragraph text.

Now for rich text: bold italic strikethrough

Local links and Remote links

Blockquote

Multiline blockquote

Yes indeed!

Lists

  1. First item
  2. Second item
  3. Third item

Code

This is Single line code

// This is multiline code
function doTheThing() {
return Infinity;
}

Section Breaks

A section break is just a line:


Images

Large bullfrog

That's all for today, folks!

© 2020-2023 Michoel Samuels
All rights reserved.